home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / NEFD233.ZIP / WHATSNEW.TXT < prev   
Encoding:
Text File  |  1996-03-13  |  43.3 KB  |  1,066 lines

  1.                 
  2.         
  3.                                       NEF
  4.         
  5.                              Changes and Additions
  6.         
  7.         
  8.                 
  9.         
  10.         2.33   Public Release, Mar 13 1996
  11.         
  12.              - A bug in the squish.cfg parsing routines has been found:
  13.                if an area is defined with NOTHING after the path, this
  14.                area cannot be opened. The problem usually happens when
  15.                AreaTag specifies a *.MSG netmail with NO flags in
  16.                Squish.Cfg.
  17.         
  18.         
  19.                 
  20.         
  21.         2.32   Public Release, Mar 13 1996
  22.         
  23.              - New registration options: BMT Micro, NC, USA and Vince
  24.                Coen, UK.
  25.         
  26.              - If the file description contains high ascii codes
  27.                (>127), the announcements will now contain remapped
  28.                plain-ASCII characters.
  29.         
  30.              - You can allow High Ascii characters in some (or even
  31.                all) areas by the use of the "HighAsciiOk" statement in
  32.                the global or local-override announcement sections.
  33.         
  34.              - New (global) statement: UniqueDmpLine.
  35.                Makes NEF generate FILES.DMP filebase files with
  36.                descriptions on one line only (multiple lines are
  37.                concatenated).
  38.         
  39.                By default, NEF outputs multi-line descriptions without
  40.                changes to FILES.DMP: when using L)ocate and N)ewfiles
  41.                commands, Maximus will respect the original formatting,
  42.                but the continuation lines will be aligned to the left.
  43.         
  44.                When this statement is used, the original formatting of
  45.                descriptions is lost (in the filebase) but Maximus will
  46.                be able to word-wrap and align when executing L)ocate or
  47.                N)ewfiles commands.
  48.         
  49.              - Added check to prevent misconfiguration of the "AreaTag"
  50.                statement: it's ILLEGAL to use "AreaTag MyTag -$".
  51.                You must either use "AreaTag MyTag" (if SquishCfg is
  52.                used) or "AreaTag MyTag c:\bbs\mail\mytag -$".
  53.                In other words: when you let NEF lookup the TAG in
  54.                Squish.cfg, it is smart enough to find out the area type
  55.                on its own !
  56.         
  57.              - When hatching from command line, it is now legal to specify
  58.                @diz without specifying a short description: it will be
  59.                considered empty. I still strongly recommend to always
  60.                specify a "short" description besides the optional "long"
  61.                one.
  62.         
  63.                Example
  64.         
  65.                Nef Hatch c:\file\filename.ext TAG @diz
  66.         
  67.                is now equivalent to:
  68.         
  69.                Nef Hatch c:\file\filename.ext TAG "" @diz
  70.         
  71.              - Changed a typedef in NEFEAT.H, so that it does not
  72.                create problems with IBM compilers (thanks to Michael
  73.                Hohner).
  74.         
  75.              - OS/2: New mnemonic characters for PmHatch PushButtons.
  76.         
  77.         
  78.         
  79.                 
  80.         
  81.         2.31   Private Beta, Mar 3 1996
  82.         
  83.              - Fixed problem with UNC filenames that start with a double
  84.                backslash (on LANs).
  85.         
  86.         
  87.         
  88.                 
  89.         
  90.         2.30   Public Release, Feb 19 1996
  91.         
  92.              - Check added to prevent NEF from issuing a forward request
  93.                to multiple uplinks for the same area, when a TAG is
  94.                contained in more than one Filebone file.
  95.         
  96.              - New cfg statement: "ForwardWildReq".
  97.                Starting with ver 2.30, by default, TicFix requests with
  98.                wildcards are NOT forwarded to the filebones; this verb
  99.                enables even this type of request forward.
  100.         
  101.              - Additional check in PmHatch: if no "short" description is
  102.                specified, the user is prompted about whether he really
  103.                means to hatch with no (short) description.
  104.         
  105.              - Updated Docs.
  106.         
  107.         
  108.         
  109.                 
  110.         
  111.         2.26   Public Beta, Jan 22 1996
  112.         
  113.         
  114.              - COMPATIBILITY WARNING:
  115.         
  116.                New override priority sequence for "from AKA".
  117.         
  118.                The highest priority is that of the "Area AKA": if you
  119.                have defined an area aka (#<address> in FileArea
  120.                definition), it will always be the "from address" for
  121.                TICs from this area.
  122.         
  123.                Then there is the aka override of "FileLink" definitions.
  124.                If a node has a "from aka" specified in it's FileLink
  125.                definition, it will be used for all TICs addressed to
  126.                this node, unless there is an overriding "Area AKA".
  127.         
  128.                If no override is applicable from FileArea and FileLink
  129.                definitions, then an aka match is attempted: if the
  130.                "to-address" has a zone that matches an address defined
  131.                in NEF.CFG, then the first match is used.
  132.         
  133.                If none of the previous cases applies, the primary
  134.                address is used (the first address defined in nef.cfg).
  135.         
  136.         
  137.              - New command line options for hatch commands.
  138.         
  139.                "@bbs" can be used in the place of the normal
  140.                description: NEF will take (if existent) from the
  141.                files.bbs.
  142.         
  143.                "@diz" can be used as a further optional parameter (after
  144.                the "short" description) to make NEF take the "long"
  145.                description from the file_id.diz contained in the
  146.                archive.
  147.         
  148.                Examples:
  149.         
  150.                nef hatch d:\apbbs\nef999.rar APBBS "Nef 9.99"
  151.                nef hatch d:\apbbs\nef999.rar APBBS @bbs
  152.                nef hatch d:\apbbs\nef999.rar APBBS "Nef 9.99" @diz
  153.                nef hatch d:\apbbs\nef999.rar APBBS @bbs @diz
  154.         
  155.         
  156.              - New "Single Hatch" option.
  157.                If you Hatch/Catch/Match/Send a file with the -d<adr>
  158.                command line switch, it is sent to <adr> only.
  159.         
  160.                <adr> can be any 4D address: in the case it is defined as
  161.                a link in the matching "FileArea" or even only as a
  162.                "FileLink", the specified akas, password and switches are
  163.                applied.
  164.         
  165.                If, on the contrary, <adr> is a unknown address,
  166.                the Hold flavour is used, no password is put in
  167.                the TIC and the "from" aka is derived from an aka-match
  168.                on the zone.
  169.         
  170.                Example: Nef -d2:332/504.2 hatch
  171.         
  172.         
  173.              - Now NEF is able to add new (created) areas to the Maximus
  174.                filearea.ctl or equivalent.
  175.                There are two new configuration statements:
  176.         
  177.                MaxAreaAdd <fileareactl> <lev[/keys]> <acs> [<division>]
  178.                MaxAreaCompile <command>
  179.         
  180.                <fileareactl> is the fully qualified name of the Maximus
  181.                file-area definition file.
  182.         
  183.                <lev[/keys]> protects areas of higher privilege from
  184.                being automatically added to the Maximus configuration.
  185.                The level and keys are to be compared to those of
  186.                ProtArea statements and FileBone files.
  187.         
  188.                <acs> is the Maximus access string to be used in
  189.                <fileareactl> for the new area.
  190.         
  191.                <division> is the optional specification of a division
  192.                where you want to put new areas. If not specified or not
  193.                found, the new areas will be appended at the end of
  194.                <fileareactl>.
  195.         
  196.                <command> is an external command to be executed before
  197.                NEF ends, from the Maximus system directory.
  198.                It should be used to compile the new Maximus
  199.                configuration via SILT/SILTP.
  200.         
  201.                The area name is taken equal to the area TAG, with dots
  202.                changed to underscores.
  203.         
  204.                The area description is taken from the FileBone files if
  205.                available, otherwise it is taken equal to the area TAG.
  206.         
  207.                Example:
  208.         
  209.                MaxAreaAdd d:\max\filearea.ctl 0 Transient Tic.New
  210.                MaxAreaCompile siltp max -a -2a
  211.         
  212.                The new areas, will be inserted at the end of division
  213.                "Tic.New" in the file "d:\max\filearea.ctl", with an
  214.                access string of "Transient". Areas with protection level
  215.                above 0 or any protection key will NOT be added to
  216.                maximus configuration.
  217.         
  218.                Before terminating, NEF will invoke the SILTP compiler to
  219.                update the area configuration. The command will be
  220.                executed after changing the current directory to the
  221.                Maximus system one (probably d:\max\).
  222.         
  223.         
  224.              - The filebone-style files now accept the specification of
  225.                keys after level.
  226.         
  227.                Example:
  228.         
  229.                Area NODEDIFF 0/f ! FidoNet: Weekly NodeList Updates
  230.         
  231.         
  232.              - The default message size is of 12KB.
  233.                The new cfg statement "MsgSize <bytes>" allows to specify
  234.                a different size (minimum 8KB).
  235.         
  236.                Usually a larger message size is useful to avoid too many
  237.                messages in reports of filebone availability. Anyway,
  238.                please be careful not to use a size larger than your
  239.                downlinks can handle.
  240.         
  241.                Example:
  242.         
  243.                MsgSize 90000
  244.         
  245.         
  246.              - Fast Netmail Scan in Squish area.
  247.                The pointer to the last scanned message is stored
  248.                in <netarea>.NEF.
  249.         
  250.         
  251.              - New cfg statement "NoRaidBeforeHatch" to avoid the
  252.                scanning of netmail before the execution of hatch
  253.                commands. This could be useful to avoid delays with huge
  254.                *.MSG netmail areas.
  255.         
  256.         
  257.              - The tear line now reports the OS version (OS/2 or DOS)
  258.                and a '+' after the version number in the case of a
  259.                registered copy ("Evaluation" for unregistered copies, as
  260.                before).
  261.         
  262.         
  263.              - Errorlevels for Lock and Close error on message areas
  264.                have been dropped: if a Lock error happens, NEF will exit
  265.                with the Open area errorlevel; in the case of a Close
  266.                error, NEF will continue after issuing an error message.
  267.         
  268.         
  269.              - TICs received with no password in "NoSecure" mode are
  270.                accepted anyway.
  271.         
  272.         
  273.              - Area aka overrides are reported by the nef filefix robot
  274.                when answering to query type commands.
  275.         
  276.         
  277.           OS/2 Only:
  278.         
  279.              - Added support for Feature DLLs:
  280.         
  281.                Two new configuration statements are supported:
  282.         
  283.                FeatureLoad <DllName>
  284.                Feature <cfgline>
  285.         
  286.                "FeatureLoad" allows to load a "Feature" DLL.
  287.                <DllName> can be a simple filename without extension
  288.                (".DLL" implied) if the DLL is in the LibPath, otherwise
  289.                a fully qualified filename can be specified.
  290.         
  291.                "Feature" allows to specify configuration statements that
  292.                are to be parsed by the DLL.
  293.         
  294.                Multiple FeatureLoad statements are allowed, in which
  295.                case the Feature statements refer to the last loaded DLL.
  296.         
  297.                An Example DLL, named "Feature.Dll" is provided, with
  298.                source.
  299.         
  300.                Example (works with the example DLL):
  301.         
  302.                FeatureLoad Feature
  303.                Feature OutPrefix "New File Received: "
  304.         
  305.         
  306.         
  307.                 
  308.         
  309.         2.21   Public Beta, Jan 1 1996
  310.         
  311.              - This should be the last beta before a new "final" release.
  312.         
  313.              - COMPATIBILITY WARNING:
  314.         
  315.                The old "AreaList" configuration statement has been dropped.
  316.                In some cases you could use the new "HelpFile" statement
  317.                to point to the file you used with "AreaList".
  318.         
  319.              - New "HelpFile <file>" configuration statement.
  320.                The specified <file> will be sent (via netmail) by the
  321.                FileFix robot when help is requested.
  322.         
  323.              - New switches can be used on the subject of messages
  324.                addressed to the FileFix robot:
  325.         
  326.                -h  to ask for help.
  327.                -q  remains "query": list of all areas.
  328.                -l  now means "linked": list of linked areas only.
  329.                -u  to get a list of unlinked areas only.
  330.         
  331.                Only the first letter is checked, so you could use
  332.                "-query" instead of the simple abbreviation "-q".
  333.         
  334.              - New commands are now available in the body of the
  335.                messages addressed to the FileFix robot.
  336.                Besides add/delete commands for areas, you can use:
  337.         
  338.                %Help        same as -h
  339.                %Query       same as -q
  340.                %List        same as -q
  341.                %Linked      same as -l
  342.                %Unlinked    same as -u
  343.         
  344.              - New "FileBone" support.
  345.         
  346.                NEF is now able to use information distributed via the
  347.                FileBone.Na and FileBone.No files.
  348.         
  349.                Many useful functions are allowed by the use of these
  350.                files, so, even if you do not receive them from your
  351.                uplink, you could evaluate the possibility of creating
  352.                "filebone" style files on your own, just to store some
  353.                information that can be retrieved by NEF.
  354.         
  355.         
  356.              - The format for the filebone style is:
  357.         
  358.                Area <Tag> <lev> <flags> <desc>
  359.         
  360.                <Tag> is the TIC area Tag. The original filebone format
  361.                      allows 8 character maximum but NEF is not that
  362.                      limited.
  363.         
  364.                <lev> is the protection level of the area, for "filefix"
  365.                      (raid) functions.
  366.                      The original format allows the range 0-4095 while
  367.                      NEF allows 0-65535.
  368.         
  369.                <flags> is a combinaton of !.*& and possibly other
  370.                        characters.
  371.         
  372.                      ! : Can be found at any Filebone Hub.
  373.                      . : Only on some Filebone Hubs.
  374.                      * : Any node can hatch into.
  375.                      & : Do not send to downlinks.
  376.         
  377.                 Others : Private distribution.
  378.         
  379.                 Examples:
  380.         
  381.                      ! : normal area from the uplink to its downlinks,
  382.                          available on all Filebone Hubs.
  383.         
  384.                    !*& : return channel from the downlinks to their
  385.                          uplink, available on all Filebone Hubs.
  386.         
  387.                     .* : bidirectional area (any node can hatch into),
  388.                          available on some Filebone hubs only.
  389.         
  390.         
  391.                <desc> is the description for the area.
  392.         
  393.         
  394.                Example:
  395.         
  396.                Area APBBS    0 P ApWorks OS/2 BBS programs
  397.                Area NODEDIFF 0 ! FidoNet: Weekly NodeList Updates
  398.         
  399.              - New configuration verb:
  400.         
  401.                FileBone <file> [<fm> <to> <toadr> <acc> [<pre>]]
  402.         
  403.                Multiple FileBone statements are possible.
  404.         
  405.                <file> is the filename of the filebone-style file.
  406.         
  407.                If you want to enable the forward of requests for new
  408.                areas from your downlinks to your uplink(s), you must
  409.                specify the following fields (to be enclosed between
  410.                quotes when containing space) so that they can be used to
  411.                write netmail messages to your uplink's Raid:
  412.         
  413.                <fm> is the "from" name.
  414.         
  415.                <to> is the "to" name.
  416.         
  417.                <toadr> is the "to" 4D address.
  418.         
  419.                <acc> is a <level>[/keys] specification, to limit the
  420.                      access of downlinks to request forwards addressed
  421.                      to <toadr> for the areas described in <file>.
  422.         
  423.                <pre> is an optional string to be prefixed to the area
  424.                      Tags that are being requested.
  425.         
  426.                Examples:
  427.         
  428.                FileBone \bbs\FileBone.Na "Alberto Pasquale" SysOp 2:332/1 0
  429.         
  430.                The "\bbs\FileBone.Na" file is used by NEF, also for
  431.                request forwards.
  432.         
  433.                When a downlink requests an area that is not currently
  434.                defined in the NEF configuration (usually TicArea.Cfg)
  435.                but is described in FileBone.Na, a netmail message is
  436.                written by NEF from "Alberto Pasquale" to "SysOp" of
  437.                2:332/1 using the appropriate "from address" aka and
  438.                "subject" (password) as per the "FileLink" definition of
  439.                2:332/1. The body contains a list of the requested area
  440.                Tags, one per line.
  441.         
  442.                No (<acc> = "0") protection is specified (any downlink
  443.                has access to request forwards).
  444.         
  445.         
  446.                FileBone \bbs\FB.SP "Alberto Pasquale" SysOp 2:332/1 30/a +
  447.         
  448.                Only downlinks with level equal or above 30 and with the
  449.                'A' key have access to request forwards. The requested
  450.                tags will be preceded by "+".
  451.         
  452.                If you need a space between the '+' and the tag, then you
  453.                must specify a <pre> that contains a space, so you have
  454.                to enclose it in quotes:
  455.         
  456.                FileBone \bbs\FB.SP "Alberto Pasquale" SysOp 2:332/1 0 "+ "
  457.         
  458.              - The forwarded requests are stored in a file named after
  459.                the configuration one, changing the extension to ".Fwd".
  460.                Usually the configuration file is "Nef.Cfg", so the
  461.                forwarded requests will be stored in "Nef.Fwd".
  462.         
  463.                The format is: <Tag> <Addr>, i.e. every line contains a
  464.                Tag followed by the 4D Address of the downlink that made
  465.                the request.
  466.         
  467.                When a new area is created, NEF looks into this file in
  468.                order to find nodes to be added to the new "FileArea"
  469.                definition.
  470.         
  471.              - A node is entitled to add an area only if it has level
  472.                and keys that match the requirements from BOTH the
  473.                "ProtArea" statements in Nef.Cfg and the <lev>
  474.                specification in a FileBone file (if available).
  475.         
  476.              - The various area-listing commands will list the
  477.                descriptions contained in the FileBone files.
  478.         
  479.              - When the FileFix robot is requested a list of areas that
  480.                are not linked, it will list also those available to the
  481.                requesting node from the filebone.
  482.         
  483.              - New cfg statement:
  484.         
  485.                AreaDescWrap <indent> <right>
  486.         
  487.                suggested:
  488.         
  489.                AreaDescWrap 25 79
  490.         
  491.                The descriptions returned by the filefix functions will
  492.                be word-wrapped so that continuation lines start with
  493.                <indent> spaces and do not exceed column <right>.
  494.         
  495.              - New extended syntax for the Netmail statement:
  496.         
  497.                NetMail <path> [-$] [-p<adr>]
  498.         
  499.                The new -p<adr> switch allows to specify a primary
  500.                address for the netmail area. NEF will use this address
  501.                to write the messages to the FileBone's FileFix to the
  502.                correct netmail area.
  503.         
  504.                If you have multiple netmails, please add the primary
  505.                address specification in all but the "default" netmail
  506.                areas.
  507.         
  508.              - New command line command:
  509.         
  510.                NEF NOTIFY [ALL | <adr> ...]
  511.         
  512.                The Notify command sends a list of linked areas to the
  513.                specified links.
  514.         
  515.                Examples:
  516.         
  517.                NEF Notify
  518.                NEF Notify All
  519.         
  520.                Sends notification to all links.
  521.         
  522.                NEF Notify 2:332/504 81:449/9108
  523.         
  524.                Sends notifications to the 2 specified addresses.
  525.         
  526.         
  527.         
  528.                 
  529.         
  530.         2.20   Public Beta, Dec 03 1995
  531.         
  532.              - New type of hatch with copy:
  533.         
  534.                If you use "NEF CATCH", the specified file is copied to
  535.                the destination area and hatched.
  536.         
  537.              - Multi-Line files.bbs descriptions are now supported.
  538.                To enable this feature the way you like, please use the
  539.                "MultiLineDesc <nnn> [<c>]" statement, specifying the
  540.                continuation column and character.
  541.         
  542.                For example, to have the 2nd and following description
  543.                lines in files.bbs start at column 31, use:
  544.         
  545.                MultiLineDesc 31
  546.         
  547.                To have the continuation lines preceded by a '|'
  548.                character, use:
  549.         
  550.                MultiLineDesc 29 |
  551.         
  552.              - Modified routines for PassThru clean-up.
  553.         
  554.                Previously passthru areas HAD to be defined using a
  555.                separate path for each area. Now NEF works correctly even
  556.                if you define many areas with the same path.
  557.         
  558.                Anyway this is not a recommended practice, since slightly
  559.                different files with the same name could arrive from
  560.                different areas causing a CRC mismatch.
  561.         
  562.            OS/2 Only:
  563.         
  564.              - New Pm Hatch.
  565.                To invoke the PM hatch program you must type "NEF send".
  566.                The PmHatch program is very simple and intuitive to use:
  567.                see the following description.
  568.         
  569.                You can select the destination Area Tag via a drop-down
  570.                list: just click with the mouse on the button at the
  571.                right of the entry field.
  572.         
  573.                You have three radio buttons to select the "type" of
  574.                hatch (normal, with Copy, with Move), just as you use
  575.                Hatch/Catch/Match from the command line.
  576.         
  577.                You can choose the file to be hatched via a file dialog
  578.                box: just click on the "Browse" push button on the right
  579.                of the field.
  580.         
  581.                You can also specify a "Replace" file via a file-dialog
  582.                by clicking on the "Browse" push-button on the right of
  583.                the "Repl" field.
  584.         
  585.                When doing Copy or Move, the files.bbs of the destination
  586.                area is updated and the "replace" file (if specified) is
  587.                deleted, just as if the file were tossed from the
  588.                inbound.
  589.         
  590.                You can mark the "No Local Kill" checkbox to prevent NEF
  591.                from deleting the "replace" file in the local area.
  592.         
  593.                You can load a "short description" (Desc) from the
  594.                files.bbs, by clicking on the "FilesBbs" push-button.
  595.         
  596.                You can load a multi-line "long description" (Long Desc)
  597.                from the File_Id.Diz inside the archive, from the
  598.                Files.Bbs or from a specified file (Arc Diz, FilesBbs,
  599.                File push-buttons respectively).
  600.         
  601.                If you do not have the "CompressCfg <filename>" statement
  602.                in Nef.Cfg, the "Arc Diz" push-button will be disabled.
  603.         
  604.                Of course you can always fill-in or modify any field
  605.                manually.
  606.         
  607.                Now look at the five push-buttons at the bottom of the
  608.                hatch dialog:
  609.         
  610.                <OK>: to exit the dialog and hatch all the entered files.
  611.         
  612.                <Prev>: to visualize the previous hatch entry.
  613.         
  614.                <Next>: to create a new (empty) entry in order to hatch
  615.                        another file.
  616.         
  617.                <Copy>: to copy the visualized entry to the first free
  618.                        position, in order to hatch another file by
  619.                        modifying the current entry.
  620.         
  621.                <Cancel> or ESC: to cancel the current entry.
  622.         
  623.                ALT-F4 or "Close", to abort (cancell all the hatch
  624.                       entries).
  625.         
  626.              - Please note that the PmHatch.Exe file must be in the path
  627.                when you invoke "Nef Send". In the case the PmHatch
  628.                program terminates abnormally, the NEF program will
  629.                wait for it indefinitely: you can stop it using CTRL-C or
  630.                CTRL-Break.
  631.         
  632.              - To allow the extraction of File_Id.Diz while using the Pm
  633.                Hatch, use the "CompressCfg <filename>" statement to
  634.                specify the location and name of a "Squish style"
  635.                compress.cfg:
  636.         
  637.                CompressCfg c:\squish\compress.cfg
  638.         
  639.         
  640.         
  641.                 
  642.         
  643.         2.19   Public Beta, Oct 04 1995
  644.         
  645.              - Please note:
  646.         
  647.                APWORKS has changed phone number:
  648.         
  649.                2:332/504@fidonet +39-59-246112 ISDNC/V34/VFC/V32T/H16
  650.                2:332/524@fidonet +39-59-246113 ISDNC/V34/VFC/V32T/H16/FAX
  651.         
  652.                A new registration site is available:
  653.         
  654.                Jens Holm of 2:238/888@fidonet
  655.                Skanderupgade 9, D2
  656.                8660 Skanderborg
  657.                Denmark
  658.         
  659.                Price: 125.- DKR.
  660.         
  661.                Can be paid cash, check or postal order.
  662.         
  663.              - ATTENTION: this version is for use with Maximus 3.00;
  664.                support for Maximus 2.0x has been dropped. If you still
  665.                use Max 2.0x you have to disable filebase support or
  666.                continue using version 2.18.
  667.                If you do not use Maximus, you can obviously use whatever
  668.                version of NEF you like.
  669.         
  670.              - New mutual exclusive semaphore flag "FileBase.Bsy" used
  671.                to avoid concurrent access and modification of the
  672.                filebase by other ApWorks programs.
  673.                There is no need to delete this flag if it is not deleted
  674.                after a power failure or abnormal termination (ApWorks
  675.                programs are smart enough to realize whether the flag is
  676.                really in use or not).
  677.         
  678.              - New errorlevel 17 for FileBase Busy Timeout.
  679.         
  680.              - Support for the "MAXIMUS" environment variable: the
  681.                "MaxPrm" cfg statement is now only an override.
  682.                Please note that if the "MAXIMUS" variable is not
  683.                defined, you must use the "MaxPrm" statement BEFORE
  684.                "FileBaseUpdate".
  685.         
  686.              - When the files are touched in HPFS, the creation date is
  687.                modified, not the modification one, in order to make the
  688.                files recognized as new by Maximus and FLM without
  689.                changing the date that is normally shown and transferred:
  690.                you "see" and transfer to your downlinks the original
  691.                date of the file while Maximus and FLM are able to
  692.                realize that the file is new.
  693.         
  694.              - WildTags are now interpreted following the "OS/2 style"
  695.                for file wildcards: "*LOC*" specifies all tags that
  696.                contain "LOC"; "FW???" specifies all tags that have up
  697.                to three characters after "FW", etc.
  698.         
  699.         
  700.         
  701.                 
  702.         
  703.         2.18   Public Beta, Aug 28 1995
  704.         
  705.              - KeepSeenBy statement dropped: SeenBys are now already
  706.                kept.
  707.         
  708.              - SeenBys are now always fully processed as they should.
  709.         
  710.              - Points are not included in the SeenBys of TICs addressed
  711.                to other links, to avoid unnecessarily huge lists of
  712.                SeenBys.
  713.         
  714.              - Fixed bug of Dos 2.17 version that prevented NEF from
  715.                moving files between different logical drives.
  716.         
  717.              - Description is now formatted between columns 4 and 79, to
  718.                make descriptions with empty lines look better.
  719.         
  720.              - The outbound functions (Out, OutView, Clean) can now
  721.                handle 2000 files instead of 1000 (?UT, ?LO).
  722.         
  723.              - PassThru areas implemented: new "-0" option in "FileArea"
  724.                statement.
  725.         
  726.                FileArea <TAG> <path> I|O|* [#<adr>] [-0] [[<flags>[link]...]
  727.         
  728.                When the "-0" is specified, the area is "PassThru", that
  729.                is its files will be deleted when already sent to all the
  730.                downlinks.
  731.         
  732.                Please note that ANY file (apart from FILES.*) present in
  733.                <path> and not attached to any system will be deleted.
  734.         
  735.              - Since it might be not efficient to always scan the entire
  736.                outbound to check for passthru files to be deleted, NEF
  737.                must be instructed to do so.
  738.                There are two ways to make NEF delete old passthru files:
  739.                - Use -p command line switch.
  740.                - Use CLEAN command line command.
  741.         
  742.                Examples:
  743.         
  744.         
  745.                NEF -p
  746.         
  747.                  Makes NEF operate as usual, but it will clean the
  748.                  PassThru areas before terminating.
  749.         
  750.         
  751.                NEF -p OUT
  752.         
  753.                 Makes NEF clean the PassThru areas and report the status
  754.                 of Outbound. This is the most efficient use, since NEF
  755.                 must scan the outbound once to make two different things
  756.                 ("clean passthru" and "outbound report").
  757.         
  758.         
  759.                NEF CLEAN
  760.         
  761.                 Makes NEF clean the PassThru.
  762.         
  763.         
  764.              - The OUT and OUTVIEW commands are now equivalent for
  765.                message output. When using file output ("NEF OUT Out.Txt"
  766.                or "NEF OUTVIEW Out.Txt") OUT generates a concise
  767.                Outbound analysis (no specification of each and every
  768.                attached file), while OUTVIEW generates a full report.
  769.         
  770.              - The <OUT> special tag in "Announce" statements now makes
  771.                NEF write a concise outbound report.
  772.         
  773.              - The new <OUTVIEW> special tag provides for a detailed
  774.                outbound analysis.
  775.         
  776.              - New special tag <THRU> represents all passthru areas.
  777.                If you want to keep NEF from announcing files received
  778.                in PassThru areas, just use "NoAnnounce <THRU>".
  779.         
  780.              - New extensions in "NewAreasFrom" statement:
  781.         
  782.                NewAreasFrom <adr> [#<aka>] [-0] [<path>]
  783.         
  784.                The "-0" switch allows to create PassThru areas when a
  785.                unknown TAG is encountered.
  786.         
  787.                The <path> is an override for the global "NewAreasPath"
  788.                statement.
  789.         
  790.         
  791.         
  792.                 
  793.         
  794.         2.17   Public Beta, Aug 10 1995
  795.         
  796.              - 16 bit versions dropped.
  797.         
  798.              - (OS/2) EAs are now copied together with the file, when it
  799.                must be moved from inbound to the destination area.
  800.         
  801.              - Fixed bug that caused newly created areas to be added
  802.                multiple times to ticarea.cfg if 2 or more areas were
  803.                created at the same time.
  804.         
  805.              - When "MATCHing" a file that is already in its destination
  806.                directory, it was deleted. Fixed.
  807.         
  808.              - Multiple "Desc" keywords in the inbound TICs are now
  809.                recognized properly. Previously only multiple "LDesc"
  810.                keywords were allowed; "Desc" had to be unique.
  811.         
  812.              - The description for FILES.BBS is now always taken from
  813.                the "Desc" keyword(s) in the inbound TICs. Previously the
  814.                "LDesc" description was used if longer. Reason: many
  815.                "LDesc" descriptions contain boxes and look ugly when
  816.                reformatted. The Files.BBS description does not allow to
  817.                keep formatting (must be on a single line, the BBS
  818.                program will reformat according to its configuration).
  819.         
  820.              - The description for announcement messages is the longest
  821.                one between "Desc" and "LDesc". Its formatting is now
  822.                preserved.
  823.         
  824.              - Now the '*' wildcard used alone does not include special
  825.                tags (beginning by '<'). People using "Announce *" will
  826.                not be disappointed any further by the announcing of
  827.                <BAD> in the same area.
  828.         
  829.              - The Path statement in outgoing TICs contained the ASCII
  830.                local (instead of GMT) time specification followed by
  831.                "GMT". Now this has been fixed and the "GMT" changed to
  832.                "UTC". Please note that you must have the environment
  833.                variable "TZ" correctly set in config.sys (OS/2) or
  834.                autoexec.bat (DOS) to have a correct specification of
  835.                UTC.
  836.         
  837.                E.g. for Central European Time (CET)
  838.                SET TZ=CET-01  (winter, normal time)
  839.                SET TZ=CET-02  (summer, daylight saving time)
  840.         
  841.                E.g. for USA East Coast:
  842.                SET TZ=EST5EDT
  843.                Eastern time is 5h less than UTC and Daylight saving
  844.                applies with the "standard rule" from the first sunday of
  845.                April to the last sunday of October.
  846.         
  847.                More complicate expressions could be used to specify
  848.                automatic change to and back from daylight saving, if a
  849.                fix rule is available.
  850.         
  851.                E.g. for Italy: daylight is 1h ahead from last sunday of
  852.                March to last sunday of September.
  853.         
  854.                SET TZ=CET-01CDT,M3.5.0,M9.5.0
  855.         
  856.                (See a C manual for more details).
  857.         
  858.         
  859.              - New "NoSecure" (global) cfg statement to disable the
  860.                Secure mode. When "NoSecure" is used, NEF will toss
  861.                incoming files ignoring errors due to password mismatch
  862.                and missing from-authorization (sender not linked, sender
  863.                receive only). Anyway the error will be noted in the logs
  864.                and <BAD> message report.
  865.         
  866.              - New "-t" command line switch to toggle "Secure" mode.
  867.         
  868.              - New (global) cfg statement "SquishCfg <filename>". It is
  869.                used to find the path of a message area from its TAG.
  870.                Required to use the new "AreaTag" statement in "short"
  871.                form.
  872.         
  873.              - New "AreaTag <Tag> [<path> [-$]]" statement, to be used
  874.                in the place of "AreaPath <path> [-$]". You can now
  875.                specify an announcement area by using its TAG, as
  876.                specified in Squish.Cfg.
  877.         
  878.                e.g.
  879.                AreaTag LOCAL_ANNOUNCES
  880.         
  881.                The "long form", with both <Tag> and <path>
  882.                specifications is useful in the case you do not use
  883.                Squish and still want to tell NEF the TAG for an echo
  884.                area, so that it can log it to EchoTossLog.
  885.         
  886.              - New "EchoTossLog <filename>" (global) cfg statement. NEF
  887.                will log to the specified file the tags of the echoareas
  888.                where it has written announcements. If you use the
  889.                "MaxPrm" statement, you can omit "EchoTossLog", since NEF
  890.                will take the default from the MaxPrm.
  891.         
  892.              - New "MaxPrm <filename>" (global) cfg statement. It is
  893.                used to take the default for EchoTossLog and to get the
  894.                name and location of the files necessary for filebase
  895.                updating. This is required when using "FileBaseUpdate".
  896.         
  897.              - New "FileBaseUpdate" (global) cfg statement.
  898.                Requires "MaxPrm".
  899.                NEF will automatically update the filebase for all the
  900.                areas changed when tossing/hatching new files. No more
  901.                need for external FB.
  902.         
  903.              - New "NoReplace <WTAG> ..." (global) cfg statement.
  904.                Multiple statements can be used. The specified <WTAG>s
  905.                indicate in which areas you do not want NEF to delete
  906.                files specified by the "Replaces" keyword in inbound
  907.                TICs.
  908.         
  909.                E.g.: to avoid Replace in all areas:
  910.         
  911.                NoReplace *
  912.         
  913.         
  914.         
  915.                 
  916.         
  917.         2.16   Restricted Beta
  918.         
  919.              - The special tags (e.g. <BAD>, <DEF>) can now be
  920.                excluded from announcement via the "NoAnnounce"
  921.                statement, just like all the normal tags.
  922.                This is useful for people who like announcing all
  923.                the areas together ("Announce *") and that were
  924.                annoyed by the inclusion of the special tags
  925.                also.
  926.         
  927.         
  928.         
  929.                 
  930.         
  931.         2.15   Public Beta, Nov 11 1994
  932.         
  933.              - Be aware that all DOCS refer to version 2.00:
  934.                updated documentation will be included in next
  935.                version. For now, please read this file to know
  936.                new features and changes.
  937.         
  938.              - The former support BBS (Videl, 2:332/504 511 524)
  939.                will close in a few days. A new support BBS
  940.                (ApWorks) is available with the same old address
  941.                2:332/504; V34/VFC +39-59-243882.
  942.                New Magics available for NEF beta: NEFBETA (OS/2)
  943.                and NEFDBETA (Dos).
  944.         
  945.              - OS/2 versions are now compressed with InfoZip.
  946.         
  947.              - Fixed a problem that occurred when "short
  948.                descriptions" (in "Desc" lines) were longer than
  949.                255 characters. Nef considered the remaining of
  950.                the description as an "unknown" line and put it
  951.                in the outbound TICs. Now the remainder of a too
  952.                long inbound-TIC line is discarded.
  953.         
  954.              - The "short description" limit has been raised to
  955.                2KB (the same as for the "long description").
  956.         
  957.              - When both the "short" (Desc) and "long" (LDESC)
  958.                descriptions are available, NEF uses the longer
  959.                one for announcements and FILES.BBS. Up to
  960.                v.2.14, NEF always used the "long" description
  961.                if available.
  962.         
  963.         
  964.         
  965.                 
  966.         
  967.         2.14   Public Beta
  968.         
  969.              - Support for Long Tags
  970.                Now the area TAGs are not limited to 8 chars and
  971.                can contain any character.
  972.                Anyway you should be careful because other
  973.                TIC processing programs could not be capable of
  974.                handling such long tags.
  975.                For sake of completeness, they can even contain
  976.                blank spaces: where they could be misinterpreted
  977.                as field separating characters, you must include
  978.                the whole Tag in quotes: "Long Tag".
  979.                See the DOC for more details.
  980.         
  981.              - Hatch/Match (batch mode):
  982.                the character for separating the name and the
  983.                replace fields has been changed from ',' to '/'.
  984.         
  985.              - The "BefDesc" statement has been substituted by
  986.                the "DescStart" one.
  987.                Here is a comparison of old and new syntax:
  988.                BefDesc <WTAG> [<WTAG> ...] "<string>"
  989.                DescStart "<string>" <WTAG> [<WTAG> ...]
  990.         
  991.              - Now there are 4 different EXEs.
  992.                NEF.EXE:    32 bit OS/2
  993.                NEF16.EXE:  16 bit OS/2
  994.                NEFD.EXE:   32 bit DOS, requires DOS4GW.EXE
  995.                NEFD16.EXE: 16 bit DOS
  996.         
  997.              - The "areafix" robot ignored messages marked as
  998.                sent. Now they are processed, to avoid problems
  999.                with netmail packers that mark all messages as
  1000.                sent, even if they are sent nowhere, being
  1001.                already arrived at destination.
  1002.         
  1003.              - New command line switch to override the
  1004.                "StatusLog" filename: "-l<logname>".
  1005.         
  1006.              - The maximum length of messages created by robots
  1007.                before splitting has been elevated to 12KB.
  1008.         
  1009.         
  1010.         
  1011.                 
  1012.         
  1013.         2.12   Beta
  1014.         
  1015.              - Fixed bug that caused access violations when
  1016.                doing "NEF Out".
  1017.         
  1018.         
  1019.         
  1020.                 
  1021.         
  1022.         2.11   Beta
  1023.         
  1024.              - Messages generated by NEF in multiple parts now
  1025.                have a time stamp that increases one second for
  1026.                each message part, thus avoiding false duplicate
  1027.                detection by the buggy dupe check of Squish 1.10.
  1028.         
  1029.         
  1030.         
  1031.                 
  1032.         
  1033.         2.10   Beta
  1034.         
  1035.              - New function: "Outbound Analysis".
  1036.                Syntax: NEF OutView [<file>]    (verbose)
  1037.                        NEF Out [<file>] (tiny)
  1038.         
  1039.                If <file> is not specified, the report goes to
  1040.                message areas. To define a message area for
  1041.                report, use the "<OUT>" keyword as a TAG. In this
  1042.                case, the Subj, Prefix and Suffix will be
  1043.                ignored.
  1044.         
  1045.         
  1046.         
  1047.                 
  1048.         
  1049.         2.00 - First public release for the completely new NEF (OS/2 and
  1050.                DOS).
  1051.         
  1052.              - Added the <DEF> and <BAD> special tags for
  1053.                announcements.
  1054.         
  1055.              - Documented the NoAnnounce statement (already present in
  1056.                NEF v1.00).
  1057.         
  1058.              - Added the Tic processing and Link Robot sections.
  1059.         
  1060.         
  1061.         
  1062.                 
  1063.         
  1064.         1.00 - First public release (DOS only).
  1065.         
  1066.